armv8: ls1046ardb_emmc: Fix a typo in defconfig
authorYork Sun <[email protected]>
Mon, 26 Sep 2016 15:09:28 +0000 (08:09 -0700)
committerYork Sun <[email protected]>
Mon, 26 Sep 2016 15:53:07 +0000 (08:53 -0700)
It should be EMMC_BOOT instead of CONFIG_EMMC_BOOT.

Signed-off-by: York Sun <[email protected]>
CC: Gong Qianyu <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
configs/ls1046ardb_emmc_defconfig

index 2daddf4f8f41c878e60ff0bed497af8e6402bf08..a1ee1ab2c06c0153f432ca9d07cce52356382ede 100644 (file)
@@ -6,7 +6,7 @@ CONFIG_SPL=y
 CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_OF_BOARD_SETUP=y
-CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SYS_FSL_DDR4,CONFIG_EMMC_BOOT"
+CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SYS_FSL_DDR4,EMMC_BOOT"
 CONFIG_SD_BOOT=y
 CONFIG_BOOTDELAY=10
 CONFIG_HUSH_PARSER=y